home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / c_toolbx.arc / SORTTEXT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-03-30  |  376 b   |  12 lines

  1. /*  sorttexr.h - constants for sorttext program */
  2.  
  3. #define    SSIZE     20000    /* size of storage area for text */
  4. #define    MAX_REC   2000    /* max number of records */
  5. #define    MAX_RSIZE 500    /* max. size for a record */
  6.  
  7. /* return values for fill area */
  8. #define    NOT_EOF   0        /* end-of-file not reached */
  9. #define    AT_EOF    1        /* end-of-file reached */
  10.  
  11.  
  12.